home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Archive / Games / ZAM / GameHeaders / Document.h next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  424 b   |  11 lines  |  [TEXT/KAHL]

  1. #pragma once
  2. void UpdateDocument(WindowPtr graf, gamePtr data);
  3. void OpenDocument(WindowPtr    wp, gamePtr    data);
  4. void CloseDocument(WindowPtr wp, gamePtr    data);
  5. void SaveDocument(WindowPtr    wp, gamePtr    data);
  6. void ClickDocument(WindowPtr wp, gamePtr    data);
  7. void KeyDocument(WindowPtr wp, gamePtr    data);
  8. void AdjustMenuDocument(WindowPtr wp, gamePtr    data);
  9. void IdleDocument(WindowPtr wp, gamePtr data);
  10. void NewDocument(void);
  11.